class: title-slide <style type="text/css"> :root { --main-logo: url(https://raw.githubusercontent.com/mcanouil/hex-stickers/master/SVG/mc.svg); } </style> <div class="main-logo"></div><div class="side-logo"></div> # A Title ## A Subtitle ### Mickaƫl Canouil, *Ph.D.* ### Inserm U1283 / CNRS UMR8199 / Institut Pasteur de Lille ### mars 11, 2021 --- # Introduction ## Subtitle `some code` and some text. A URL [m.canouil.fr](https://m.canouil.fr/). ```r 1 + 1 ``` ``` #> [1] 2 ``` ```r x <- 1 *y <- x + 1 y ``` ``` #> [1] 2 ``` --- # New slide with a panels .panelset[ .panel[.panel-name[R Code] ```r head(iris, 10) ``` ] .panel[.panel-name[Table] | Sepal.Length| Sepal.Width| Petal.Length| Petal.Width|Species | |------------:|-----------:|------------:|-----------:|:-------| | 5.1| 3.5| 1.4| 0.2|setosa | | 4.9| 3.0| 1.4| 0.2|setosa | | 4.7| 3.2| 1.3| 0.2|setosa | | 4.6| 3.1| 1.5| 0.2|setosa | | 5.0| 3.6| 1.4| 0.2|setosa | | 5.4| 3.9| 1.7| 0.4|setosa | | 4.6| 3.4| 1.4| 0.3|setosa | | 5.0| 3.4| 1.5| 0.2|setosa | | 4.4| 2.9| 1.4| 0.2|setosa | | 4.9| 3.1| 1.5| 0.1|setosa | ] .panel[.panel-name[Plot] <img src="data:image/png;base64,#mc_files/figure-html/unnamed-chunk-6-1.svg" style="display: block; margin: auto;" /> ] ] --- # GGPLOT2 <img src="data:image/png;base64,#mc_files/figure-html/unnamed-chunk-7-1.svg" style="display: block; margin: auto;" /> --- class: part-slide # PART 1 --- class: part-slide # <img src="data:image/png;base64,#https://avatars1.githubusercontent.com/u/8896044?s=460&v=4" height = "150px" id = "picture" /> .pull-left[ <a href="" target="_blank"><i class="fas fa-phone"></i> +33 (0) 374 00 81 29</a> ] .pull-right[ <a href="mailto:mickael.canouil@cnrs.fr" target="_blank"><i class="fas fa-envelope"></i> mickael.canouil@cnrs.fr</a> ] .center[ <a href="http://m.canouil.fr" target="_blank"><i class="fas fa-home"></i> m.canouil.fr</a> <a href="https://github.com/mcanouil" target="_blank"><i class="fab fa-github"></i> mcanouil</a> ] .pull-left[ <a href="https://www.linkedin.com/in/mickael-canouil" target="_blank"><i class="fab fa-linkedin"></i> mickael-canouil</a> ] .pull-right[ <a href="https://twitter.com/mickaelcanouil" target="_blank"><i class="fab fa-twitter"></i> @mickaelcanouil</a> ]